From f98fd74cfc6727b970de9c1894414b82f02fc2e5 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Sep 2019 17:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E5=95=86=E5=93=81id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 32c51ad..7d1e7b0 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -541,4 +541,8 @@ import "CommonProto.proto"; message ExchangeCdkRequest{ optional string key = 1; } + + message notifyPaySuccessfulIndicaiton{ + optional int32 goodsId =1 ;// 购买商品id + } \ No newline at end of file