Commit 5a50004e authored by xiao-hesheng's avatar xiao-hesheng
Browse files

新增角色管理脚本

parent 041fe4af
...@@ -47,10 +47,10 @@ def test1(): ...@@ -47,10 +47,10 @@ def test1():
commonFuc().get_business_data(module, "X-APP-CODE")) commonFuc().get_business_data(module, "X-APP-CODE"))
# # 请求体 # # 请求体
request_body = commonFuc().get_business_data(module, 'payload63_3') request_body = commonFuc().get_business_data(module, 'payload63_3')
request_body=str(request_body) # request_body=str(request_body)
new_request_body = request_body.replace("'", '"') new_request_body = request_body.replace("'", '"')
new_request_body = new_request_body.replace("None", 'null') # new_request_body = new_request_body.replace("None", 'null')
print(new_request_body) # print(new_request_body)
import json import json
request_body_json = json.loads(new_request_body) request_body_json = json.loads(new_request_body)
print('request_body_json',request_body_json) print('request_body_json',request_body_json)
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/r_e4用户管理_角色管理_保存角色菜单/log.html' target='_blank'>r_e4用户管理_角色管理_保存角色菜单</a></td> <td class="details-col-elapsed"><a href='../log/r_e4用户管理_角色管理_保存角色菜单/log.html' target='_blank'>r_e4用户管理_角色管理_保存角色菜单</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">1.975</td> <td class="details-col-elapsed">1.952</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment