mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
feat: 套餐购买支持易支付、支付宝支付
This commit is contained in:
@@ -25,6 +25,10 @@ function createService() {
|
||||
if (response.config.responseType === "blob") {
|
||||
return response;
|
||||
}
|
||||
//@ts-ignore
|
||||
if (response.config.returnResponse) {
|
||||
return response;
|
||||
}
|
||||
// dataAxios 是 axios 返回数据中的 data
|
||||
const dataAxios = response.data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user