This commit is contained in:
JNG 2026-04-17 16:52:14 +08:00
commit 1d509bf602
4 changed files with 10866 additions and 4651 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
// versions:
// - protoc-gen-go-triple v1.0.5
// - protoc v6.32.0
// - protoc v5.26.0
// source: pb/bundle.proto
package bundle

View File

@ -1,5 +1,9 @@
package bundle
const (
UpdateBundleBalanceLockKey = "update_bundle_balance:lock"
)
type UserWorkConfirmReq struct {
WorkUuid string `json:"workUuid"`
ConfirmRemark string `json:"confirmRemark"`

View File

@ -330,7 +330,7 @@ func SendMsg(c *gin.Context) {
req.Project = "fiee"
req.TelNum = req.Zone + req.TelNum
//todo 审核使用账号
if req.TelNum == "8618888888888" {
if req.TelNum == "8618888888888" || req.TelNum == "8613580848136" {
service.Success1(c, "发送成功", &account.SendMsgStatusResponse{})
return
}