-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOrderServer.conf
More file actions
35 lines (35 loc) · 1.21 KB
/
Copy pathOrderServer.conf
File metadata and controls
35 lines (35 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Main>
<Interface>
#数据库代理
<DBAgentServer>
ProxyObj = XGame.DBAgentServer.DBAgentServantObj
</DBAgentServer>
#广场服务
<HallServer>
ProxyObj = XGame.HallServer.HallServantObj
</HallServer>
#活动服务
<ActivityServer>
ProxyObj = XGame.ActivityServer.ActivityServantObj
</ActivityServer>
#配置服务
<ConfigServer>
ProxyObj = XGame.ConfigServer.ConfigServantObj
</ConfigServer>
#日志入库服务
<Log2DBServer>
ProxyObj = XGame.Log2DBServer.Log2DBServantObj
</Log2DBServer>
</Interface>
# googlePlay 沙盒与正常支付URL一样
<url>
<GooglePlay>
release = https://www.googleapis.com/androidpublisher/v3/applications/{0}/purchases/products/{1}/tokens/{2}?access_token={3}
debug = https://www.googleapis.com/androidpublisher/v3/applications/{0}/purchases/products/{1}/tokens/{2}?access_token={3}
</GooglePlay>
<IOS>
release = https://buy.itunes.apple.com/verifyReceipt
debug = https://sandbox.itunes.apple.com/verifyReceipt
</IOS>
</url>
</Main>