Commit 80705186 by 王昆

gsb

parent 41f69487
......@@ -534,7 +534,7 @@ class BpoSDPJApi {
cashInfo.trade_status = "02";
cashInfo.trade_desc = rs.data.msg || "提现申请失败";
await cashInfo.save();
return this.getErrResult(rs.data.msg || "提现申请失败");
return this.getSuccessResult(rs.data.msg || "领取失败", {redirect_code : 6});
}
} catch (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