aminacheng
Results
1
issues of
aminacheng
对于有些用例,请求body直接是data:‘xxx’格式,并没有key值 - test: name: notify_msg variables: - data_di: '{"tokenid": "$token", "time": "${get_msg_notify_time()}", "physical_id": "$physical_id", "type": "11", "channel": "0", "is_main": "1"}' request: url: xxxx/message/msgnotify method: POST data: ${encode_multipart_formdata($data_di)} extract: - result:...