tanghc 5 years ago
parent d4c4c7f7de
commit da06e500dc
  1. 2
      doc/docs/files/10100_对接前端.md

@ -60,7 +60,7 @@ const RequestUtil = {
* @param errorCallback 失败回调
*/
post: function(method, version, data, callback, errorCallback) {
client.request({
client.post(''/* 这里不用填 */, {
method: method,
version: version,
biz_content: JSON.stringify(data)

Loading…
Cancel
Save