{"id":37213011,"url":"https://github.com/sleep-go/lakala-pay","last_synced_at":"2026-01-15T00:32:15.454Z","repository":{"id":281145521,"uuid":"943815728","full_name":"sleep-go/lakala-pay","owner":"sleep-go","description":"拉卡拉sdk,已对接收银台、分账、实时付款接口","archived":false,"fork":false,"pushed_at":"2025-09-23T03:55:11.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T05:47:59.818Z","etag":null,"topics":["lakala","pay"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sleep-go.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-06T10:06:48.000Z","updated_at":"2025-09-23T03:55:15.000Z","dependencies_parsed_at":"2025-04-17T08:59:12.156Z","dependency_job_id":"f0b328a8-4903-4761-b84d-0af9c3ddda5a","html_url":"https://github.com/sleep-go/lakala-pay","commit_stats":null,"previous_names":["sleep-go/lakala-pay"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/sleep-go/lakala-pay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleep-go%2Flakala-pay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleep-go%2Flakala-pay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleep-go%2Flakala-pay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleep-go%2Flakala-pay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sleep-go","download_url":"https://codeload.github.com/sleep-go/lakala-pay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleep-go%2Flakala-pay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lakala","pay"],"created_at":"2026-01-15T00:32:13.596Z","updated_at":"2026-01-15T00:32:15.440Z","avatar_url":"https://github.com/sleep-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 拉卡拉sdk\nhttps://o.lakala.com/#/home/document/detail?id=282\n\n## 安装\n```shell\ngo get -u github.com/sleep-go/lakala-pay\n```\n## 示例\n```go\npackage api\n\nimport (\n\t\"fmt\"\n\t\"testing\"\n\t\"time\"\n)\nimport \"github.com/sleep-go/lakala-pay/model\"\n\nfunc TestCreate(t *testing.T) {\n\torderId := model.CreateOrderStr()\n\tChannelID := \"\"\n\tclient := NewClient(model.APPID_TEST, model.SERIAL_NO_TEST, model.KEY_PATH_TEST, model.CERT_PATH_TEST, false)\n\texpeirTime := time.Now().Add(24 * time.Hour).Format(\"20060102150405\")\n\treq := model.SpecialCreateReq{\n\t\tOutOrderNo:         orderId,\n\t\tMerchantNo:         model.MERCHANT_NO_TEST,\n\t\tTotalAmount:        100,\n\t\tOrderEfficientTime: expeirTime,\n\t\tOrderInfo:          \"充值\",\n\t\tChannelID:          ChannelID,\n\t}\n\tret, err := client.OrderSpecialCreate(\u0026req)\n\tfmt.Println(ret)\n\tfmt.Println(err)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleep-go%2Flakala-pay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsleep-go%2Flakala-pay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleep-go%2Flakala-pay/lists"}