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