Merge branch 'main' of http://1.117.67.95:3000/team/hyapi-server
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package yysy
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"hyapi-server/internal/domains/api/dto"
|
||||
"hyapi-server/internal/domains/api/services/processors"
|
||||
)
|
||||
|
||||
// ProcessYYSYC2V7Request YYSYP72D 运营商近3个月平均账单(天远中转)
|
||||
func ProcessYYSYC2V7Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
|
||||
var paramsDto dto.YYSYC2V7Req
|
||||
return processors.ValidateParamsAndCallTianyuan(ctx, deps, "YYSYP72D", params, ¶msDto)
|
||||
}
|
||||
Reference in New Issue
Block a user