From b71e6e325286441a6594cc8357ddf53a3a137dfe Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 16 Jul 2021 16:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/api.js b/common/api.js index 8f90698..b38583f 100644 --- a/common/api.js +++ b/common/api.js @@ -69,4 +69,6 @@ export const API_WXBILL = '/api/salesman/qrcode'//微信小程序太阳码 /* 商户相关 */ -export const API_CONFIRM_CODE = '/api/confirm/code'; // 扫码核销 \ No newline at end of file +export const API_CONFIRM_CODE = '/api/confirm/code'; // 扫码核销 + +export const API_WIDTHDRAW = '/api/income/extract'; // 提现 \ No newline at end of file