|
@@ -937,7 +937,7 @@ public class CommonController {
|
|
|
**/
|
|
|
@RequestMapping(value = "/getDoctorSignatureImage", method = {RequestMethod.GET})
|
|
|
public R getDoctorSignatureImage(String doctorCode) {
|
|
|
- String url = StrUtil.format("{}/doctorSignatureImage/{}.png", wxPayOrderServiceUrl, doctorCode);
|
|
|
+ String url = StrUtil.format("{}/doctorSignatureImage/{}.png", mzjsdHost, doctorCode);
|
|
|
if(HttpRequest.get(url).timeout(3000).execute().getStatus() == HttpStatus.HTTP_NOT_FOUND){
|
|
|
return R.error();
|
|
|
}
|