This commit is contained in:
yumoqing 2025-08-24 11:29:11 +08:00
parent 24539f475a
commit 4a07d9b5df

View File

@ -56,7 +56,7 @@ and finish_time is NULL"""
async def uapicall(self, apiname, ns):
userid = await self.env.get_user()
x = self.uapi.call(self.upappid,
x = await self.uapi.call(self.upappid,
apiname,
userid,
ns)