|
@@ -184,6 +184,7 @@ func (sc *SubscribeController) SubscribeProduct() {
|
|
if err != nil {
|
|
if err != nil {
|
|
if err.Error() == exception.GetMsg(exception.DuplicateSubscribe) {
|
|
if err.Error() == exception.GetMsg(exception.DuplicateSubscribe) {
|
|
sc.FailedResult("请勿重复订阅"+err.Error(), result)
|
|
sc.FailedResult("请勿重复订阅"+err.Error(), result)
|
|
|
|
+ return
|
|
}
|
|
}
|
|
sc.FailedResult("创建订单失败", result)
|
|
sc.FailedResult("创建订单失败", result)
|
|
return
|
|
return
|