mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
1.7.0
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user