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