qxf 修复订单列表中退款状态显示错误的问题 #393

Merged
qxf merged 2 commits from qxf into master 2020-10-19 03:49:53 +00:00
Showing only changes of commit 0886ec74ea - Show all commits

View File

@ -62,7 +62,7 @@ function ChatRoomService(room, user) {
//获取实例
ChatRoomService.prototype.connectGoEasyIM = function () {
this.im = GoEasyIM.getInstance({
appkey: 'BC-453aa755c4ea48148abefc55a86df283',
appkey: 'BC-d9b5e639006b4ee2a4bc9eddc4235a6a',
host: 'hangzhou.goeasy.io'
});