去掉随行付签名测试用
This commit is contained in:
@@ -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");
|
||||
//商户编号
|
||||
|
||||
Reference in New Issue
Block a user