|
|
|
@ -106,7 +106,7 @@ class UploadMiniProgram |
|
|
|
throw new Exception($res['errmsg'] ?? join(',', $res)); |
|
|
|
} |
|
|
|
} catch (Exception $e) { |
|
|
|
throw new Exception($agent->appid . $e->getMessage()); |
|
|
|
throw new Exception($agent->id . '-' . $agent->appid . $e->getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|