|
|
@@ -617,8 +617,8 @@ class EnshrineService extends BaseService
|
|
|
DynamicNoticeModel::insertGetId($data);
|
|
|
|
|
|
|
|
|
- if($giveGd>0){
|
|
|
- return message("获得功德值{$giveGd}", true, ['num'=> $giveGd]);
|
|
|
+ if($totalGd>0){
|
|
|
+ return message("获得功德值{$totalGd}", true, ['num'=> $totalGd]);
|
|
|
}else{
|
|
|
return message("操作成功", true);
|
|
|
}
|