去掉随行付签名测试用

This commit is contained in:
zhujunshuai 2023-03-17 15:07:42 +08:00
parent c10814f3da
commit f7f390befa
1 changed files with 3 additions and 1 deletions

View File

@ -623,7 +623,9 @@ public class SxfPayServiceImpl implements SxfPayService {
Map<String,String> result = new HashMap<>(2);
result.put("code","fail");
result.put("msg","失败");
if(!checkSign(map))return result;
//TODO 去掉签名测试用
//if(!checkSign(map))return result;
//随行付交易流水号32位
String uuid = map.get("uuid");
//商户编号