release(custom): 4.0.7
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-06 17:07:17 +08:00
parent 3926922925
commit 7096e38967
3 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ const getPayType = (type: number) => {
case 2:
return '平台积分支付';
case 3:
return '天才小猪支付';
return '智多鑫积分支付';
default:
return '未知';
}