in clients/http_client/http_client.go [43:47]
func DoUrlRegister(shenYuCommonRequest *model.ShenYuCommonRequest) (result bool, err error) {
var response *http.Response
response, err = shenYuCommonRequest.HttpClient.Request(http.MethodPost, shenYuCommonRequest.Url, shenYuCommonRequest.Header, constants.DEFAULT_REQUEST_TIME, shenYuCommonRequest.Params)
return handleCommonResponse(response, err)
}