Commit beb7cea6 by 王昆

gsb

parent f63be44a
...@@ -580,7 +580,7 @@ class BpoSDPJApi { ...@@ -580,7 +580,7 @@ class BpoSDPJApi {
cashInfo.trade_desc = rs.data.msg || "领取失败"; cashInfo.trade_desc = rs.data.msg || "领取失败";
await cashInfo.save(); await cashInfo.save();
this.notifyCash(cashInfo.id); this.notifyCash(cashInfo.id);
return this.getSuccessResult("领取失败", {redirect_code: 6}); return this.getSuccessResult(cashInfo.trade_desc, {redirect_code: 6});
} }
} catch (error) { } catch (error) {
console.log(error); console.log(error);
......
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