- syntax = "proto3";
- package Jubo.JuLiao.IM.Wx.Proto;
- option go_package = "./workphone";
- message SendLuckyMoneyTaskMessage {
- string WeChatId = 1;
- string FriendId = 2;
- int32 Money = 3;
- int32 Number = 4;
- string Passwd = 5;
- string Wish = 6;
- int64 TaskId = 7;
- }
|