Skip to content

Commit

Permalink
fix: 移除工行信用卡通道调式模式
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmatch committed Nov 18, 2017
1 parent 134e539 commit 6c8d87a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/providers/工行信用卡.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = class extends Provider {
constructor() {
super();
this.url = `https://mims.icbc.com.cn/IMServiceServer/servlet/ICBCBaseReqNSServlet?dse_operationName=ApplyCreditCardOp&coreCode=HZDW000008461&paraPromoCode=EW0004600000000GZ01`;
this.alone = true;
}
async resolve(ctx) {
const options = ctx.options;
Expand Down

0 comments on commit 6c8d87a

Please sign in to comment.