客户资料维护 websocket测试 POST http://172.16.4.219:8181/ampOpenapiService?method=cst.customer.search&token=98b34310-a9ad-4649-bb3f-bfbbdb6c2bd0 请求参数 参数名 类型 描述 必填 params object 数据字典 必填 customername string 示例:%% 必填 customerid string 示例:%% 必填 condition string 示例:customername like '${customername}' or customerid like '${customerid}' 必填 orderBy string 示例:customerid 必填 pageNo int 示例:1 必填 pageSize int 示例:30 必填 entid string 示例:1 必填 请求示例 { "params": { "customername": "%%", "customerid": "%%" }, "condition": "customername like '${customername}' or customerid like '${customerid}' ", "orderBy": "customerid", "pageNo": 1, "pageSize": 30, "entid": "1" }
{ "params": { "customername": "%%", "customerid": "%%" }, "condition": "customername like '${customername}' or customerid like '${customerid}' ", "orderBy": "customerid", "pageNo": 1, "pageSize": 30, "entid": "1" }