Last updated 3 months ago
客户编号
销户备注
是否自动销户,默认false,注意手动销户需要白标后台人工二次审批销户
const response = await fetch('/global/customer.admin.WhiteCustomerAdminApiService.destroyByCustomerNo', { method: 'POST', headers: { "companyId": "text", "trace": "text", "apiKey": "text", "signature": "text", "version": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "remark": "text", "customerNo": "text" }), }); const data = await response.json();
{}