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

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

Loading…
Cancel
Save