### API Request and Response Example Source: https://cli.im/help/89863 Provides an example of a successful API request and its corresponding response. ```APIDOC ### Request Example ```json { "template_num": "M8", "api_key": "CLb87ea759f877622c", "values": [ "消防栓", "A23154", "宁波市", "张成杰", "13023214212", "资产运营部", "https://cli-api.oss-cn-hangzhou-internal.aliyuncs.com/example/2023/1108/15/44/i9528fa4d7ba3-60fa-4ea2-b467-60fbb0c44621_source.jpg", "https://cli-api.oss-cn-hangzhou-internal.aliyuncs.com/example/2023/1108/15/44/i9528fa4d7ba3-60fa-4ea2-b467-60fbb0c44621_source.jpg" ], "sign": "a6bb0eb47c5bdd67bdfccbf0a0aec903" } ``` ### Response Example (Success) ```json { "data": { "web_url": "http://qr61.cn/og9o2j/qYu20pX", "qrstyle_url": "https://ncstatic.clewm.net/free/2023/1108/15/myzxdwuonl2keoqjj4yo5yy3h3heacvx.png" }, "code": 0, "message": "操作成功" } ``` ``` -------------------------------- ### API Request Example Source: https://cli.im/help/89863 This is an example of a complete API request body, including the generated signature. ```json { "template_num":"M8", "api_key":"CLb87ea759f877622c", "values":["消防栓","A23154","宁波市","张成杰","13023214212","资产运营 部","https://cli-api.oss-cn-hangzhou- internal.aliyuncs.com/example/2023/1108/15/44/i9528fa4d7ba3-60fa-4ea2-b467- 60fbb0c44621_source.jpg","https://cli-api.oss-cn-hangzhou- internal.aliyuncs.com/example/2023/1108/15/44/i9528fa4d7ba3-60fa-4ea2-b467- 60fbb0c44621_source.jpg"], "sign":"a6bb0eb47c5bdd67bdfccbf0a0aec903" } ``` -------------------------------- ### API Response Example Source: https://cli.im/help/89863 This is an example of a successful API response, containing data, a status code, and a message. ```json { "data": { "web_url": "http://qr61.cn/og9o2j/qYu20pX", "qrstyle_url": "https://ncstatic.clewm.net/free/2023/1108/15/myzxdwuonl2keoqjj4yo5yy3h3heacvx.png" }, "code": 0, "message": "操作成功" } ```