chore: runtime version
parent
33f267a40e
commit
b8de05e867
|
@ -1,11 +1,12 @@
|
|||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LeanCloud.Engine {
|
||||
public class LCPingHandler {
|
||||
public static object HandlePing() {
|
||||
LCLogger.Debug("Ping ~~~");
|
||||
return new Dictionary<string, string> {
|
||||
{ "runtime", "dotnet-3.1" },
|
||||
{ "runtime", $"dotnet-{Environment.Version}" },
|
||||
{ "version", LCApplication.SDKVersion }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue