mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
添加dubbo服务调用示例
This commit is contained in:
@@ -152,8 +152,7 @@ layui.config({
|
||||
' "code": "10000",\n' +
|
||||
' "msg": "Success",\n' +
|
||||
bizResult +
|
||||
' },\n' +
|
||||
' "sign": "xxxxxx"\n' +
|
||||
' }' +
|
||||
'}';
|
||||
json = formatJson(json);
|
||||
$('#responseExampleJson').text(json);
|
||||
@@ -164,8 +163,7 @@ layui.config({
|
||||
' "msg": "Service is temporarily unavailable",\n' +
|
||||
' "sub_code": "isp.unknow-error",\n' +
|
||||
' "sub_msg": "服务暂不可用"\n' +
|
||||
' },\n' +
|
||||
' "sign": "xxxxxxx"\n' +
|
||||
' }' +
|
||||
'}';
|
||||
errorJson = formatJson(errorJson);
|
||||
$('#responseErrorJson').text(errorJson);
|
||||
|
Reference in New Issue
Block a user