Last updated 5 months ago
version=0.0.1 bizType=customer.app.CustomerApiWebService.delApi 登录之后可以访问
api的id
成功
模块标识码
状态返回码
状态描述
处理时长(毫秒)
跟踪码
返回描述中占位符参数串,多个参数间以,分割
数据体
const response = await fetch('https://prewppc-3.cmfbl.com/api/global/customer.app.CustomerApiWebService.delApi', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "bizCode": "text", "code": "text", "msg": "text", "trace": "text", "msgParams": "text", "data": {}, "ok": false, "fail": false }