Commit 392d178c by 王昆

gsb

parent 18f5384a
......@@ -600,7 +600,7 @@ class BpoSDPJApi {
await cashInfo. save();
this.notifyCash(cashInfo.id);
return {code: "0000"};
} else if (respTradeStatus == "02") {
} else if (respTradeStatus == "02" || respTradeStatus == "03" ) {
cashInfo.trade_status = "02";
cashInfo.trade_desc = obj.respDesc || "交易失败";
await cashInfo.save();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment