Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ed55b71443 | |||
| be28fff75a | 
| @@ -27,8 +27,8 @@ | ||||
| ```go | ||||
| import ( | ||||
| 	"context" | ||||
| 	"git.0yue.com/shenxianhe/sdk/account/v1" | ||||
| 	"git.0yue.com/shenxianhe/sdk/notification/v1" | ||||
| 	"git.shenxianhe.cn/shenxianhe/sdk/account/v1" | ||||
| 	"git.shenxianhe.cn/shenxianhe/sdk/notification/v1" | ||||
| 	"connectrpc.com/connect" | ||||
| ) | ||||
| ``` | ||||
| @@ -59,10 +59,6 @@ if err != nil { | ||||
| result := resp.Msg | ||||
| ``` | ||||
|  | ||||
| ## 版本历史 | ||||
|  | ||||
| - 详见 Git 仓库中的 tag 信息 | ||||
|  | ||||
| ## 注意事项 | ||||
|  | ||||
| - 本 SDK 由代码自动生成,请勿手动修改 | ||||
|   | ||||
| @@ -798,7 +798,7 @@ const file_account_v1_account_proto_rawDesc = "" + | ||||
| 	"\aSetName\x12\x1a.account.v1.SetNameRequest\x1a\x1b.account.v1.SetNameResponse\x12c\n" + | ||||
| 	"\x12GetAvatarUploadURL\x12%.account.v1.GetAvatarUploadURLRequest\x1a&.account.v1.GetAvatarUploadURLResponse\x12H\n" + | ||||
| 	"\tSetAvatar\x12\x1c.account.v1.SetAvatarRequest\x1a\x1d.account.v1.SetAvatarResponse\x12N\n" + | ||||
| 	"\vGetUserInfo\x12\x1e.account.v1.GetUserInfoRequest\x1a\x1f.account.v1.GetUserInfoResponseB2Z0git.0yue.com/shenxianhe/sdk/account/v1;accountv1b\x06proto3" | ||||
| 	"\vGetUserInfo\x12\x1e.account.v1.GetUserInfoRequest\x1a\x1f.account.v1.GetUserInfoResponseB7Z5git.shenxianhe.cn/shenxianhe/sdk/account/v1;accountv1b\x06proto3" | ||||
|  | ||||
| var ( | ||||
| 	file_account_v1_account_proto_rawDescOnce sync.Once | ||||
|   | ||||
| @@ -8,7 +8,7 @@ import ( | ||||
| 	connect "connectrpc.com/connect" | ||||
| 	context "context" | ||||
| 	errors "errors" | ||||
| 	v1 "git.0yue.com/shenxianhe/sdk/account/v1" | ||||
| 	v1 "git.shenxianhe.cn/shenxianhe/sdk/account/v1" | ||||
| 	http "net/http" | ||||
| 	strings "strings" | ||||
| ) | ||||
|   | ||||
							
								
								
									
										4
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.mod
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | ||||
| module git.0yue.com/shenxianhe/sdk | ||||
| module git.shenxianhe.cn/shenxianhe/sdk | ||||
|  | ||||
| go 1.25.0 | ||||
|  | ||||
| require ( | ||||
| 	connectrpc.com/connect v1.18.1 | ||||
| 	google.golang.org/protobuf v1.36.7 | ||||
| 	google.golang.org/protobuf v1.36.8 | ||||
| ) | ||||
|   | ||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							| @@ -6,5 +6,5 @@ golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= | ||||
| golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= | ||||
| golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= | ||||
| golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= | ||||
| google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A= | ||||
| google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY= | ||||
| google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc= | ||||
| google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU= | ||||
|   | ||||
| @@ -460,7 +460,7 @@ const file_notification_v1_notification_proto_rawDesc = "" + | ||||
| 	"\x18SMS_SIGN_STATUS_CANCELED\x10\x042\xbd\x01\n" + | ||||
| 	"\x13NotificationService\x12X\n" + | ||||
| 	"\vListSMSSign\x12#.notification.v1.ListSMSSignRequest\x1a$.notification.v1.ListSMSSignResponse\x12L\n" + | ||||
| 	"\aSendSMS\x12\x1f.notification.v1.SendSMSRequest\x1a .notification.v1.SendSMSResponseB<Z:git.0yue.com/shenxianhe/sdk/notification/v1;notificationv1b\x06proto3" | ||||
| 	"\aSendSMS\x12\x1f.notification.v1.SendSMSRequest\x1a .notification.v1.SendSMSResponseBAZ?git.shenxianhe.cn/shenxianhe/sdk/notification/v1;notificationv1b\x06proto3" | ||||
|  | ||||
| var ( | ||||
| 	file_notification_v1_notification_proto_rawDescOnce sync.Once | ||||
|   | ||||
| @@ -8,7 +8,7 @@ import ( | ||||
| 	connect "connectrpc.com/connect" | ||||
| 	context "context" | ||||
| 	errors "errors" | ||||
| 	v1 "git.0yue.com/shenxianhe/sdk/notification/v1" | ||||
| 	v1 "git.shenxianhe.cn/shenxianhe/sdk/notification/v1" | ||||
| 	http "net/http" | ||||
| 	strings "strings" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user