|
@@ -149,6 +149,8 @@ public class PayOrderUtils {
|
|
|
String returncode = params.get("status").toString();
|
|
|
String orderid = params.get("mchOrderNo").toString();
|
|
|
String tradeNo = params.get("payOrderId").toString();
|
|
|
+ resultMap.put("data", orderid);
|
|
|
+ resultMap.put("tradeNo", tradeNo);
|
|
|
|
|
|
if (returncode == null || (!returncode.equals("2") && !returncode.equals("3"))) {
|
|
|
logger.error("状态错误 ,payOrderId={}, status={}", new Object[]{orderid, returncode});
|